@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* #### Generated By: http://font.download #### */

@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica'), url('../fonts/helvetica/Helvetica.woff') format('woff');
}


@font-face {
  font-family: 'Helvetica Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Oblique'), url('../fonts/helvetica/Helvetica-Oblique.woff') format('woff');
}


@font-face {
  font-family: 'Helvetica Compressed';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Compressed'), url('../fonts/helvetica/helvetica-compressed-5871d14b6903a.woff') format('woff');
}


@font-face {
  font-family: 'Helvetica Rounded Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Rounded Bold'), url('../fonts/helvetica/helvetica-rounded-bold-5871d05ead8de.woff') format('woff');
}


@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica'), url('../fonts/helvetica/Helvetica-Bold.woff') format('woff');
}


@font-face {
  font-family: 'Helvetica Bold Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Bold Oblique'), url('../fonts/helvetica/Helvetica-BoldOblique.woff') format('woff');
}


@font-face {
  font-family: 'Helvetica Light';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Light'), url('../fonts/helvetica/helvetica-light-587ebe5a59211.woff') format('woff');
}

:root {
  /*** theme colors ***/
  --yellow: #ffd10d;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h5,
h6 {
  font-family: 'Helvetica';
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.2s all;
}

a:hover {
  color: #000;
}

@keyframes startend {
  from {
    width: 0px;
  }

  to {
    width: 266px;
  }
}

@keyframes tweety {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.header-comp {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
}

.nav-bar ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-bar ul li {
  list-style: none;
  padding: 0 15px;
}

.nav-bar ul li a {
  font-size: 14px;
  font-weight: 600;
}

.search-bar {
  position: relative;
}

.search-bar input[type="text"] {
  padding: 10px 0px 10px 40px;
  border: 1px solid #b2b2b2;
  border-radius: 7px;
  font-size: 13px;
  background: #ffffff60;
}

.search-bar button {
  border: none;
  background: #fff300;
  padding: 4px 9px;
  border-radius: 19px;
  position: absolute;
  left: 5px;
  top: 4px;
  transition: all 0.3s ease-in-out;
}

.search-bar button i {
  font-size: 13px;
  transition: all 0.3s ease-in-out;
}

.search-bar input[type="text"]::placeholder {
  color: #000;
  font-weight: 500;
}

.cart-btn a img {
  filter: brightness(0);
  position: relative;
  padding-right: 15px;
}

.cart-btn::before {
  content: '';
  background: var(--yellow);
  width: 30px;
  height: 30px;
  position: absolute;
  left: -8px;
  top: -2px;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.cart-btn {
  position: relative;
}

.cart-btn a {
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.login-btn {
  position: relative;
  z-index: 1;
}

.login-btn::before {
  content: '';
  background: var(--yellow);
  width: 30px;
  height: 30px;
  position: absolute;
  left: -8px;
  top: -2px;
  border-radius: 20px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.login-btn img {
  width: 29px;
  padding-right: 14px;
  transition: all 0.3s ease-in-out;
}

.login-btn a {
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.search-cart {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0 20px;
}

header {
    position: relative;
    z-index: 9;
}

section.main-header {
    position: absolute;
    width: 100%;
    background: linear-gradient(#fff 60%, transparent);
}

section.main-banner-section {
  background: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  background-color: var(--yellow);
}

.tweety {
  position: relative;
}

.tweety img {
  width: 50%;
  position: absolute;
  left: 70%;
  bottom: -36rem;
}

.sign-board {
  position: relative;
}

.sign-board img {
  width: 10%;
  position: absolute;
  top: 34rem;
  left: 34%;
}

section.footer-main {
    background: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 270px 0 50px;
    z-index: 9999;
    position: relative;
}

.footer-logo {
  text-align: center;
}

.links h3 {
  font-family: 'Helvetica Compressed';
  font-size: 24px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.links h3::before {
  content: '';
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #000;
}

.leagal h3 {
  font-family: 'Helvetica Compressed';
  font-size: 24px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.leagal h3::before {
  content: '';
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #000;
}

.links ul {
  padding: 0;
  margin: 0;
}

.links ul li {
  list-style: none;
  font-weight: 500;
  padding-bottom: 5px;
}

.links ul li a {
  text-decoration: underline;
}

.leagal ul {
  padding: 0;
  margin: 0;
}

.leagal ul li {
  list-style: none;
  font-weight: 500;
  padding-bottom: 5px;
}

.leagal ul li a {
  text-decoration: underline;
}

section.copright {
  background: #000;
}

section.copright p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

section.copright p span {
    color: #ffff25;
}

section.board-slider {
  background: url(../images/slider-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 186px 0 100px;
  border-top: 1px solid #c9c9c9;
}

.tp-heading {
  margin-bottom: 70px;
  text-align: center;
}

.tp-heading h2 {
  font-size: 50px;
  font-family: 'Helvetica Compressed';
}

.tp-heading img {
  animation: startend 3s ease-in-out;
}

.board-card-one h3 {
  font-size: 30px;
  text-align: center;
  margin: 20px 0;
  font-family: 'Helvetica Compressed';
  letter-spacing: 1.5px;
}

.board-card-one {
  text-align: center;
  margin: 20px 0;
  border: 1px solid transparent;
  padding: 30px 0;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
}

.board-card-one p {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 24px 30px;
}

.board-card-one a {
  background: #f5b700;
  padding: 8px 40px;
  font-family: 'Helvetica Compressed';
  font-size: 30px;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}

.view-packages {
  text-align: center;
  margin: 50px;
}

.view-packages a {
  background: #ffd10d;
  padding: 11px 60px;
  font-family: 'Helvetica Compressed';
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}

.board-card-one img {
  margin: 0 auto;
}

.board-slider .slick-prev:before {
  content: url(../images/arrow-previous.png);
}

.board-slider .slick-next:before {
  content: url(../images/arrow-next.png);
}

.board-slider .slick-prev:before,
.board-slider .slick-next:before {
  opacity: 1;
}

.board-slider .slick-next {
  right: 36px;
  top: 200px;
}

.board-slider .slick-prev {
  left: 18px;
  top: 200px;
  z-index: 1;
}

section.process {
  background: url(../images/process-bg.png);
  padding: 77px 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -128px;
  position: relative;
}

.process-steps img {
  width: 100%;
}

.process-steps {
  margin: 85px 0 0;
  position: relative;
}

section.process::before {
  content: '';
  position: absolute;
  left: 120px;
  top: 130px;
  background: url(../images/steps.png);
  width: 8%;
  height: 30%;
  background-repeat: no-repeat;
  background-size: contain;
}

.step-heading {
  text-align: center;
  margin: 60px 0;
}

.step-heading h2 {
  font-size: 75px;
  font-family: 'Helvetica Compressed';
  color: #000;
}

.step-heading h2 span {
  color: #fff;
}

.process-steps .process-logo {
  position: absolute;
  top: 21rem;
  text-align: center;
  left: 31%;
}

.process-logo h4 {
  font-family: 'Helvetica Compressed';
  font-size: 27px;
}

.step1-5 {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.step1-5 .step-one {
  text-align: center;
}

.step1-5 .step-one h3 {
  font-family: 'Helvetica Compressed';
  font-size: 35px;
}

.step1-5 .step-one h4 {
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Helvetica Compressed';
  font-size: 24px;
  letter-spacing: 1.2px;
}

.step-one-one {
  position: absolute;
  top: 255px;
  left: 109px;
  z-index: 1;
}

.step-two {
  position: absolute;
  top: 70px;
  left: 309px;
  z-index: 1;
}

.step-three {
  position: absolute;
  top: -10px;
  left: 596px;
  z-index: 1;
}

.step-four {
  position: absolute;
  top: 67px;
  right: 280px;
  z-index: 1;
}

.step-five {
  position: absolute;
  right: 116px;
  top: 283px;
  z-index: 1;
}

.tweety img:hover {
  transform: translateY(-30px);
  filter: drop-shadow(0px 0px 6px var(--yellow));
}

.tweety img {
  transition: all 0.3s ease-in-out;
  animation: tweety 1s ease-in-out;
}

.site-logo img:hover {
  filter: drop-shadow(0px 0px 6px var(--yellow));
  transform: scale(1.05);
}

.site-logo img {
  transition: all 0.3s ease-in-out;
}

.nav-bar ul li a:hover {
  color: var(--yellow);
}

.nav-bar ul li a {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.nav-bar ul li a::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  background: var(--yellow);
  width: 0%;
  height: 2px;
  transition: all 0.2s ease-in-out;
}

.nav-bar ul li a::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  background: var(--yellow);
  width: 0%;
  height: 2px;
  transition: all 0.4s ease-in-out;
}

.nav-bar ul li a:hover:after {
  width: 90%;
}

.nav-bar ul li a:hover:before {
  width: 80%;
}

.board-card-one a:hover {
  background: #000;
  color: var(--yellow);
  border: 1px solid var(--yellow);
}

.view-packages a:hover {
  background: #000;
  color: var(--yellow);
  border: 1px solid var(--yellow);
}

.links ul li a:hover {
  font-weight: 700;
  color: #fff;
}

.leagal ul li a:hover {
  font-weight: 700;
  color: #fff;
}

.cart-btn:hover img {
  filter: brightness(01);
}

.cart-btn img {
  transition: all 0.3s ease-in-out;
}

.cart-btn:hover:before {
  background: #000;
}

.cart-btn a:hover {
  font-weight: 700;
}

.search-bar button:hover {
  background: #000;
}

.search-bar button:hover i {
  color: #fff;
}
.login-btn:hover img {
  filter: invert(1);
}

.login-btn:hover:before {
  background: #000;
}

.login-btn a:hover {
  font-weight: 700;
}
.process-logo img:hover {
  filter: drop-shadow(0px 0px 6px var(--yellow));
}

.process-logo img {
  transition: all 0.3s ease-in-out;
}

.board-card-one:hover {
    border: 1px solid var(--yellow);
    background: #f5b70070;
}

.contact-section {
  padding: 180px 0 100px;
  position: relative;
  z-index: 1;
}

.contact-section::before {
  content: "";
  background-image: url(../images/contact-bg.png);
  width: 100%;
  height: 1540px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact-section .tp-heading {
  margin-bottom: 100px;
}

.contact-section .tp-heading img {
  animation: startend 1s ease-in-out;
}

.contact-left h2 {
  font-size: 40px;
  text-align: left;
  margin: 0 0 10px;
  font-family: 'Helvetica Compressed';
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.contact-left p {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 40px;
}

.email-flex {
  display: flex;
  align-items: center;
  gap: 0 14px;
  margin-bottom: 30px;
}

.email-flex .email-img {
  border: 1px solid #000;
  border-radius: 50%;
  padding: 12px;
}

.email-flex .email-img img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.email-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px 0;
}

.email-wrap h6 {
  margin-bottom: 0;
}

.email-wrap p {
  margin-bottom: 0;
}

.email-wrap a {
  font-size: 13px;
  color: #000;
  font-weight: 600;
  transition: .2s all;
}

.email-wrap a:hover {
  color: var(--yellow);
}

.contact-right {
  border: 1px solid #c8c8c8;
  padding: 40px 35px;
}

.contact-right form input, .contact-right form textarea {
  width: 100%;
  margin-bottom: 17px;
  padding: 15px;
  color: #a5a5a5;
  border: 1px solid #c8c8c8;
  resize: none;
  background: transparent;
  outline: none;
}

.contact-right form label {
  color: #c7c7c7;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}

.contact-right form input::placeholder, .contact-right form textarea::placeholder {
  color: #a5a5a5;
  font-weight: 600;
  font-size: 14px;
}

.contact-right form textarea {
  height: 100px;
}

.contact-right form button {
  background-color: var(--yellow);
  border: 0;
  padding: 13px 65px;
  font-weight: 600;
  transition: .2s all;
  border: 1px solid var(--yellow);
}

.contact-right form button:hover {
  background-color: transparent;
}

.flexer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-form button {
    width: 48%;
    font-size: 12px;
}

.contact-right .text-end {
    margin-bottom: 12px;
}

.contact-right .text-end a {
    text-decoration: underline;
}

/*ABOUT__US__STARTS*/


.about-us-sec {
    padding: 80px 0 80px;
    background-image: url(../images/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-main {
    padding: 80px 0 80px;
}

.about-main {
    text-align: center;
}

.about-main h4 {
    font-size: 35px;
    font-weight: 800;
}

.about-cont img {
    width: 55%;
    object-fit: contain;
    padding: 0 0 20px;
}

.about-cont h3 {
    padding: 0 0 20px;
}

.road-image img {
    width: 100%;
}

.faq_banner {
    border-radius: 10px;
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(222, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) -95%, rgb(245 183 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(222, 0, 0) 100%);
    height: 495px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    justify-content: center;
    color: white;
    gap: 29px;
    padding: 10px 60px 120px 40px;
}

.faq_banner h2 {
    font-size: 50px;
    color: black;
}

.faq_banner p {
    font-size: 19px;
    color: black;
}

.circle_shape {
    position: absolute;
    width: 240px;
    height: 240px;
    background: transparent;
    border: 39px solid #ffffff8c;
    border-radius: 100%;
    bottom: -95px;
    right: -70px;
    animation: zoomInOut 4s infinite alternate;
}

.showcase_faq::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 100%;
    background: black;
    opacity: 0.5;
    left: 28px;
    bottom: 0px;
    z-index: -1;
    border-radius: 10px;
}

.card {
    margin: 8px 0 12px 0;
}

.showcase_faq::after {
    content: "";
    position: absolute;
    width: 83%;
    height: 100%;
    background: black;
    opacity: 0.3;
    left: 49px;
    bottom: 20px;
    z-index: -1;
    border-radius: 10px;
}

.showcase_faq {
    position: relative;
}

.faq {
    padding: 90px 0 0;
}

.faq_content {
    margin: 5px 0 0px;
}

.faq_content .accordion-item {
    margin: 0 0 40px;
}

.faq_content .accordion-button:not(.collapsed) {
    color: white;
    background-color: white;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

button.accordion-button.collapsed {
    padding: 20px 13px 20px;
}

.faq_content .accordion-button:not(.collapsed) {
    color: black;
    background-color: white;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.about-cont-main {
    padding: 70px 0 70px;
}


/*ABOUT__US__ENDS*/




/*SHOP__BY__CATEGORY__START*/


.shop-category {
    padding: 80px 0 80px !important;
}

.category-head {
    text-align: center;
    padding: 60px 0 60px;
}

.category-head h4 {
    font-size: 35px;
    font-weight: 800;
    padding: 70px 0 0;
}

.category-head img {
    width: 20%;
}

.fields-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.each-count {
    display: flex;
    gap: 0 15px;
    align-items: center;
    padding: 25px 0 0;
}

.count-one p {
    margin: 0;
}

.each-count p {
    margin: 0;
}

.select-field-two .form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 170%;
}

.select-field-three .form-select {
    --bs-form-select-bg-img: none;
    display: block;
    width: 100%;
}

.fields-flex label {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
}

.count-one p {
    font-size: 18px;
    font-weight: 700;
}

.count-one span {
    font-size: 15px;
    font-weight: 600;
    color: grey;
}

.fields-flex select.form-select {
    color: darkgrey;
    font-weight: 400;
    font-size: 15px;
}

.each-count a {
    background: #ffd10d;
    padding: 9px 9px 9px;
    font-weight: 500;
    border-radius: 5px;
}

.each-count p {
    font-size: 18px;
    font-weight: 700;
}

.count-one {
    padding: 25px 0 0;
}

.signal-message {
    text-align: center;
    margin: 30px 0 30px;
}

.signal-message p {
    font-size: 24px;
    font-weight: 700;
}

.signal-message img {
    width: 65%;
    height: 200px;
    object-fit: contain;
}

.signals-sign {
    padding: 60px 0 60px;
}

.signals-sign .row {
    border-bottom: 1px solid lightgrey;
    padding: 0px 0 70px;
}

.category-head p {
    font-size: 20px;
    font-weight: 700;
}

.logo-flex img {
    width: 100%;
    max-width: 80px;
}

.logo-flex {
    display: flex;
    justify-content: center;
    gap: 0 50px;
    background: linear-gradient(45deg, #f2f2f2, transparent);
    padding: 20px 40px;
    width: 50%;
    align-items: center;
}

.materila-box-main {
    width: 85%;
    border: 2px solid darkgrey;
    margin: 60px auto;
    padding: 25px;
    position: relative;
}

.box-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.step-size {
    position: absolute;
    bottom: 94%;
    width: 22%;
}

.step-size p {
    margin: 0;
    background: black;
    color: white;
    padding: 8px  10px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: capitalize;
}

.material h4 {
    font-weight: 700;
}

.material p {
    color: grey;
    font-weight: 500;
}


.logo-flex .form-select {
    display: block;
    width: 65% !important;
}

.logo-flex p {
    margin: 0;
    font-weight: 700;
}

select.classic {
    color: #fff;
    background-color: #337ab7;
    border: thin solid #00000054;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #000000 50%), linear-gradient(135deg, #000000 50%, transparent 50%), linear-gradient(to right, #ffd10d, #ffd10d);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    width: 60%;
}

select.classic:focus {
  background-image:linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
  background-position:calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

.p-flex {
    display: flex;
    align-items: center;
    gap: 0 7px;
}

.logo-flex-align {
    justify-content: center;
    gap: 0 50px;
    background: linear-gradient(45deg, #f2f2f2, transparent);
    padding: 20px 40px;
    width: 63%;
    align-items: center;
}

.p-flex p {
    width: 60%;
    margin: 0;
    font-weight: 700;
}

.p-flex select.form-select {
    margin: 0 0 10px;
    width: 60%;
}

.p-flex.txt-widht {
    background: linear-gradient(45deg, #f2f2f2, transparent);
    padding: 30px 70px;
}

.p-flex txt-widht .p-flex select.form-select {
    margin: 0 0 10px;
    width: 68%;
}

.p-flex.txt-widht p {
    width: auto;
}

.p-flex.txt-widht {
    justify-content: space-between;
}

.logo-flex-align-width {
    width: 55%;
}

 .upload-btn-wrapper {
      position: relative;
      overflow: hidden;
      display: inline-block;
    }

    .btn {
      border: 2px solid #4CAF50;
      color: white;
      background-color: #4CAF50;
      padding: 10px 20px;
      font-size: 16px;
      font-weight: bold;
      border-radius: 5px;
      cursor: pointer;
    }

    .upload-btn-wrapper input[type="file"] {
      font-size: 100px;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
    }
    
.box-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.material {
    margin-bottom: 20px;
}

.select-file-flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    background: linear-gradient(45deg, #f2f2f2, transparent);
}

.select-file-flex > div {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    width: 200px;
}

.select-file-flex h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.file-one input,
.upload-btn-wrapper button {
    display: block;
    margin: 0 auto;
    padding: 10px;
    border: none;
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper button {
    background-color: #007bff;
    color: white;
    border: none;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.file-three a {
    display: block;
    padding: 10px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.file-three a:hover {
    background-color: #0056b3;
}

.select-file-flex p {
    background-color: #ffc107;
    color: black;
    padding: 10px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 10px;
}

.select-file-flex .btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

       

/*SHOP__BY__CATEGORY__END*/




/*CUSTOMIZE__STARTS__HERE*/

.customise-sec {
    padding: 80px 0 80px;
}

.inner-heading h4 {
    font-size: 30px;
    font-weight: 800;
}


.radio-btn {
    display: flex;
    gap: 4px;
}

.radio-btn input[type="radio"] {
    display: none;
}

.radio-btn label {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #ccc;
}

.radio-btn label.black {
    background-color: black;
}

.radio-btn label.yellow {
    background-color: yellow;
}

.radio-btn label.orange {
    background-color: orange;
}

.radio-btn label.red {
    background-color: red;
}

.radio-btn input[type="radio"]:checked + label {
    border: 2px solid #333;
}
        
.radio-flex {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
}

.radio-txt p {
    margin: 0;
}

.customisation {
    text-align: center;
    padding: 0 8px 0;
    margin: 0px 0 20px;
}

.customisation p {
    font-size: 16px;
    font-weight: 800;
}

.customisation img {
    width: 75%;
    height: 190px;
    object-fit: contain;
}

.radio-txt p {
    font-size: 20px;
    font-weight: 700;
}

.add-btn {
    border: 1px solid;
    padding: 5px 0 5px;
    border-radius: 3px;
    margin: 20px 0 0;
}

.add-btn:hover {
    background: #fff74d;
}

.add-btn a {
    font-weight: 500;
}

.result-btn {
    text-align: center;
    padding: 30px 0 0;
}

.result-btn a {
    background: #ffd10d;
    padding: 10px 30px 10px;
    border: 1px solid;
    border-radius: 5px;
    font-weight: 500;
}

.inner-heading {
    display: flex;
    justify-content: space-between;
    padding: 70px 0 70px;
}

.inner-heading input#exampleFormControlInput112 {
    padding: 7px 30px 7px;
    font-weight: 600;
}

.mb-3 {
    position: relative;
}

.inner-heading .srch-icn {
    position: absolute;
    top: 22%;
    left: 4%;
}

.srch-icn i {
    font-size: 12px;
    background: yellow;
    padding: 5px 0px 5px;
}

/**/

@import url('https://fonts.googleapis.com/css?family=Varela+Round');

*{
  text-align: center;
  box-sizing: border-box;
}

.on-flex label{
  margin: 0px 15px;
}

body{
  margin-top: 50px;
}

h1{
  font-family: 'Segoe UI';
  font-weight: lighter;
  font-size: 28px;
 }
  
.switch{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 27px;
  border-radius: 27px;
  box-shadow: inset 0px 0px 0px 1px #bdc3c7;
  cursor: pointer;
  transition: all .3s;
}
.switch input{
  display: none;
}
.switch input:checked + div{
  background-color: #3498db;
  left: calc(100% - 25px);
}
.switch div{
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: rgb(150,150,150);
  top: 1px;
  left: 0px;
  transition: all .4s;
}

.switch-checked{
  box-shadow : inset 0px 0px 0px 1px #3498db;
}

/*SWITCH 2 ------------------------------------------------*/
.switch2{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 32px;
  border-radius: 27px;
  background-color: #bdc3c7;
  cursor: pointer;
  transition: all .3s;
}
.switch2 input{
  display: none;
}
.switch2 input:checked + div{
  left: calc(100% - 40px);
}
.switch2 div{
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background-color: white;
  top: -4px;
  left: 0px;
  box-shadow: 0px 0px 0.5px 0.5px rgb(170,170,170);
  transition: all .2s;
}

.switch2-checked{
  background-color: #2ecc71;
}

/*SWITCH 3 ------------------------------------------------*/

.switch3{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 37px;
  border-radius: 37px;
  background-color: white;
  cursor: pointer;
  transition: all .3s;
  overflow: hidden;
  box-shadow: 0px 0px 2px rgba(0,0,0, .3);
}
.switch3 input{
  display: none;
}
.switch3 input:checked + div{
  left: calc(80px - 32px);
  box-shadow: 0px 0px 0px white;
}
.switch3 div {
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 27px;
    background-color: #fff300;
    top: 5px;
    left: 5px;
    box-shadow: 0px 0px 1px rgb(150, 150, 150);
    transition: all .3s;
}
.switch3 div:before, .switch3 div:after{
  position: absolute;
  content: 'ON';
  width: calc(80px - 40px);
  height: 37px;
  line-height: 37px;
  font-family: 'Varela Round';
  font-size: 14px;
  font-weight: bold;
  top: -5px;
}
.switch3 div:before{
  content: 'OFF';
  color: rgb(120,120,120);
  left: 100%;
}
.switch3 div:after{
  content: 'ON';
  right: 100%;
  color: white;
}

.switch3-checked{
  background-color : #e74c3c;
  box-shadow: none;
}


/**/

.on-flex {
    display: flex;
    align-items: center;
}

.on-txt-one p {
    margin: 0;
    font-size: 14px;
}

.customise-option h4 {
    background: #ffd10d;
    font-size: 30px;
    font-weight: 700;
    padding: 13px 0;
    border: 2px solid grey;
    border-radius: 5px;
}

.work-shop p {
    margin: 0;
    border-bottom: 1px solid grey;
    display: inline-block;
    font-weight: 600;
    margin: 25px 0 0;
    font-size: 20px;
}

.choose-sign {
    display: flex;
    align-items: center;
    background: #f5e1c2;
    justify-content: space-between;
    padding: 20px 15px;
    border: 2px solid grey;
    border-radius: 5px;
    margin: 25px 0 0;
}

.choose-sign h4 {
    background: transparent;
    border: none;
    font-size: 22px;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

.choose-sign a {
    text-decoration: underline;
}

.radio-signal-img {
    padding: 40px 0 0;
    position: relative;
}

.radio-signal-img p {
    text-align: justify;
    font-weight: 500;
    padding: 20px 20px 0;
}

.radio-signal-img .radio-btn {
    display: flex;
    gap: 4px;
    position: absolute;
    left: 60%;
    top: 70%;
}

.add-to-bag-btn {
    background: #ffd10d;
    padding: 8px 0 8px;
    border: 2px solid grey;
    border-radius: 5px;
}

.add-to-bag-btn a {
    font-weight: 500;
}

.customise-option {
    background: linear-gradient(45deg, #f2f2f2, transparent);
    margin: 0 7px 0;
}

.add-to-bag-btn:hover {
    background: transparent;
}

.customise-size {
    padding: 50px 0 50px;
    border-top: 1px solid darkgrey;
}

.size-head-customise {
    text-align: justify;
}

.size-head-customise h4 {
    text-align: justify;
    font-size: 30px;
    font-weight: 700;
}

.size-head-customise p {
    text-align: justify;
    padding: 15px 0 0;
}

.price-btn-instant {
    background: #ffd10d;
    padding: 15px 0 15px;
    border: 2px solid grey;
    border-radius: 5px;
    margin: 50px 0 0;
}

.material-check .btn {
    border: 1px solid black;
    color: white;
    background-color: white;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0px;
    cursor: pointer;
    color: black;
    width: 70%;
}

.price-btn-instant:hover {
    background: transparent;
}

.product-sizing-major {
    padding: 50px 0 50px;
}

.material-check label {
    font-weight: 700;
    font-size: 14px;
}

.material.forward {
    background: #f2f2f4;
    padding: 15px 0px 40px;
    border-radius: 25px;
}

.material.forward-bg {
    background: #e5e5e5;
    padding: 17px 0 44px;
    border-radius: 20px;
}

.price-tags {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-one p {
    margin: 0;
    font-weight: 600;
}

.price-one span {
    font-size: 12px;
    color: grey;
}

.price-one h4 {
    font-size: 20px;
    font-weight: 600;
}

.price-two p {
    margin: 0;
    font-weight: 600;
}

.price-two span {
    font-size: 12px;
    color: grey;
}

.price-two h4 {
    font-size: 20px;
    font-weight: 600;
}

.calculate {
    background: #ffd10d;
    padding: 6px 0 6px;
    border-radius: 4px;
    margin: 20px 0 0;
}

.calculate a {
    font-weight: 700;
}

.shipping p {
    font-weight: 600;
    font-size: 14px;
}

.different-size p {
    font-weight: 600;
}

.tagging-bg {
    background: #e5e5e5;
    padding: 20px 30px 1px;
    border-radius: 20px;
}

.design-line a {
    background: #d04945;
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 32px 10px;
    border-radius: 5px;
}

.design-line {
    margin: 0 0 15px;
}

.file-two .upload-btn-wrapper button {
    background-color: #47509f;
    color: white;
    border: none;
    font-size: 13px;
    padding: 11px 24px 11px;
}

.template a {
    background: #ffd10d;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 10px 12px;
    border-radius: 5px;
}

.template {
    margin: 12px 0 0;
}

.file-upload {
    background: #e5e5e5;
    padding: 90px 0 75px;
    border-radius: 20px;
}

/*TABLE__DATA__START*/

 table {
            width: 100%;
            border-collapse: collapse;
            background-color: #fff;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            overflow: hidden;
        }
        th, td {
            border: 1px solid #ddd;
            padding: 10px;
            text-align: justify;
        }
        th {
            background-color: white;
            font-weight: bold;
        }
        td {
            font-size: 14px;
        }
        tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        .dropdown {
            padding: 5px;
            width: 100%;
            box-sizing: border-box;
            display: block;
        }
        
.table-data {
    padding: 20px 0 80px;
}

.size-select select {
    margin-bottom: 12px;
}

.size-select select:last-child {
    margin-bottom: 0;
}

/*TABLE__DATA__END*/

/*CUSTOMIZE__ENDS__HERE*/


.term-cont h2 {text-align: left;font-size: 45px;}

.term-cont p {
    text-align: left;
}

.term-of-service-content {
    padding: 70px 0 70px;
}

.Faq {
    padding: 70px 0 70px;
}



.shopping-cart {
  padding-top: 100px;
}